home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TALLSETTINGSFORM / TALLSETTINGSFORM.txt
Text File  |  2006-03-23  |  11KB  |  454 lines

  1. object AllSettingsForm: TAllSettingsForm
  2.   Left = 418
  3.   Top = 251
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Settings'
  7.   ClientHeight = 242
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Constraints.MaxWidth = 263
  11.   Constraints.MinWidth = 263
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poDefault
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   DesignSize = (
  24.     255
  25.     242)
  26.   PixelsPerInch = 96
  27.   TextHeight = 13
  28.   object m_btnOk: TButton
  29.     Left = 95
  30.     Top = 209
  31.     Width = 73
  32.     Height = 25
  33.     Anchors = [akRight, akBottom]
  34.     Caption = 'Ok'
  35.     Default = True
  36.     TabOrder = 0
  37.     OnClick = m_btnOkClick
  38.   end
  39.   object m_btnCancel: TButton
  40.     Left = 175
  41.     Top = 209
  42.     Width = 73
  43.     Height = 25
  44.     Anchors = [akRight, akBottom]
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     Default = True
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.     OnClick = m_btnCancelClick
  51.   end
  52.   object PageControl: TPageControl
  53.     Left = 0
  54.     Top = 0
  55.     Width = 255
  56.     Height = 202
  57.     ActivePage = TabSheet1
  58.     Align = alTop
  59.     Anchors = [akLeft, akTop, akRight, akBottom]
  60.     MultiLine = True
  61.     TabIndex = 0
  62.     TabOrder = 2
  63.     object TabSheet1: TTabSheet
  64.       Caption = 'Drive'
  65.       object Panel: TPanel
  66.         Left = 0
  67.         Top = 0
  68.         Width = 247
  69.         Height = 174
  70.         Align = alClient
  71.         BevelOuter = bvLowered
  72.         BorderWidth = 3
  73.         TabOrder = 0
  74.         object Bevel1: TBevel
  75.           Left = 4
  76.           Top = 4
  77.           Width = 239
  78.           Height = 7
  79.           Align = alTop
  80.           Shape = bsBottomLine
  81.         end
  82.         object Bevel2: TBevel
  83.           Left = 4
  84.           Top = 11
  85.           Width = 239
  86.           Height = 39
  87.           Align = alTop
  88.           ParentShowHint = False
  89.           Shape = bsBottomLine
  90.           ShowHint = False
  91.         end
  92.         object Label5: TLabel
  93.           Left = 16
  94.           Top = 41
  95.           Width = 72
  96.           Height = 13
  97.           Caption = ' Eject settings: '
  98.         end
  99.         object Label4: TLabel
  100.           Left = 16
  101.           Top = 3
  102.           Width = 74
  103.           Height = 13
  104.           Caption = ' ASPI Settings: '
  105.           ParentShowHint = False
  106.           ShowHint = False
  107.         end
  108.         object Bevel3: TBevel
  109.           Left = 4
  110.           Top = 50
  111.           Width = 239
  112.           Height = 61
  113.           Align = alTop
  114.           Shape = bsBottomLine
  115.         end
  116.         object DriveBufferSizeLabel: TLabel
  117.           Left = 16
  118.           Top = 103
  119.           Width = 3
  120.           Height = 13
  121.         end
  122.         object m_cbEjectEraseDone: TCheckBox
  123.           Left = 10
  124.           Top = 84
  125.           Width = 227
  126.           Height = 17
  127.           Caption = 'Eject when erase done'
  128.           Checked = True
  129.           State = cbChecked
  130.           TabOrder = 0
  131.         end
  132.         object m_cbEjectBurnDone: TCheckBox
  133.           Left = 10
  134.           Top = 60
  135.           Width = 227
  136.           Height = 17
  137.           Caption = 'Eject when burn done'
  138.           Checked = True
  139.           State = cbChecked
  140.           TabOrder = 1
  141.         end
  142.         object m_cbSystemFirst: TCheckBox
  143.           Left = 10
  144.           Top = 21
  145.           Width = 227
  146.           Height = 17
  147.           Hint = 
  148.             'ASPI initialization order control (system/internal). Uncheck if ' +
  149.             'system ASPI is not installed or does not work properly.'
  150.           Caption = 'Initialize system ASPI first'
  151.           Checked = True
  152.           ParentShowHint = False
  153.           ShowHint = True
  154.           State = cbChecked
  155.           TabOrder = 2
  156.         end
  157.         object DriveBuferSizeTrackBar: TTrackBar
  158.           Left = 4
  159.           Top = 142
  160.           Width = 239
  161.           Height = 28
  162.           Align = alBottom
  163.           Max = 32
  164.           Min = 4
  165.           Orientation = trHorizontal
  166.           PageSize = 1
  167.           Frequency = 1
  168.           Position = 12
  169.           SelEnd = 8
  170.           SelStart = 0
  171.           TabOrder = 3
  172.           ThumbLength = 15
  173.           TickMarks = tmTopLeft
  174.           TickStyle = tsAuto
  175.           OnChange = DriveBuferSizeTrackBarChange
  176.         end
  177.       end
  178.     end
  179.     object TabSheet2: TTabSheet
  180.       Caption = 'Autorun'
  181.       ImageIndex = 1
  182.       object Panel1: TPanel
  183.         Left = 0
  184.         Top = 0
  185.         Width = 247
  186.         Height = 174
  187.         Align = alClient
  188.         BevelOuter = bvLowered
  189.         BorderWidth = 3
  190.         TabOrder = 0
  191.         object Bevel4: TBevel
  192.           Left = 4
  193.           Top = 15
  194.           Width = 239
  195.           Height = 90
  196.           Align = alTop
  197.           Shape = bsBottomLine
  198.         end
  199.         object Label1: TLabel
  200.           Left = 40
  201.           Top = 25
  202.           Width = 35
  203.           Height = 13
  204.           Caption = 'X origin'
  205.           ParentShowHint = False
  206.           ShowHint = True
  207.         end
  208.         object Label2: TLabel
  209.           Left = 40
  210.           Top = 49
  211.           Width = 35
  212.           Height = 13
  213.           Caption = 'Y origin'
  214.           ParentShowHint = False
  215.           ShowHint = True
  216.         end
  217.         object Label3: TLabel
  218.           Left = 40
  219.           Top = 73
  220.           Width = 22
  221.           Height = 13
  222.           Caption = 'Step'
  223.           ParentShowHint = False
  224.           ShowHint = True
  225.         end
  226.         object Bevel5: TBevel
  227.           Left = 4
  228.           Top = 4
  229.           Width = 239
  230.           Height = 11
  231.           Align = alTop
  232.           Shape = bsBottomLine
  233.         end
  234.         object Label6: TLabel
  235.           Left = 15
  236.           Top = 96
  237.           Width = 75
  238.           Height = 13
  239.           Hint = 'Folder containing Autorun files'
  240.           Caption = ' Autorun folder: '
  241.           ParentShowHint = False
  242.           ShowHint = True
  243.         end
  244.         object m_cbGridEnabled: TCheckBox
  245.           Left = 15
  246.           Top = 6
  247.           Width = 218
  248.           Height = 15
  249.           Hint = 'Snap to grid'
  250.           Caption = 'Grid'
  251.           Checked = True
  252.           ParentShowHint = False
  253.           ShowHint = True
  254.           State = cbChecked
  255.           TabOrder = 0
  256.           OnClick = m_cbGridEnabledClick
  257.         end
  258.         object m_eStep: TEdit
  259.           Left = 104
  260.           Top = 70
  261.           Width = 81
  262.           Height = 21
  263.           TabOrder = 1
  264.           Text = '10'
  265.           OnKeyPress = m_eXOriginKeyPress
  266.         end
  267.         object m_eYOrigin: TEdit
  268.           Left = 104
  269.           Top = 46
  270.           Width = 81
  271.           Height = 21
  272.           TabOrder = 2
  273.           Text = '0'
  274.           OnKeyPress = m_eXOriginKeyPress
  275.         end
  276.         object m_eXOrigin: TEdit
  277.           Left = 104
  278.           Top = 22
  279.           Width = 81
  280.           Height = 21
  281.           TabOrder = 3
  282.           Text = '0'
  283.           OnKeyPress = m_eXOriginKeyPress
  284.         end
  285.         object m_eAutorunFolder: TEdit
  286.           Left = 27
  287.           Top = 118
  288.           Width = 177
  289.           Height = 21
  290.           ParentShowHint = False
  291.           ShowHint = True
  292.           TabOrder = 4
  293.           Text = 'Autorun'
  294.           OnKeyPress = m_eAutorunFolderKeyPress
  295.         end
  296.       end
  297.     end
  298.     object TabSheet3: TTabSheet
  299.       Caption = 'Sounds'
  300.       ImageIndex = 2
  301.       object Panel2: TPanel
  302.         Left = 0
  303.         Top = 0
  304.         Width = 247
  305.         Height = 174
  306.         Align = alClient
  307.         BevelOuter = bvLowered
  308.         BorderWidth = 3
  309.         TabOrder = 0
  310.         object Bevel6: TBevel
  311.           Left = 4
  312.           Top = 4
  313.           Width = 239
  314.           Height = 11
  315.           Align = alTop
  316.           Shape = bsBottomLine
  317.         end
  318.         object m_cbSoundsEnabledCheckBox: TCheckBox
  319.           Left = 15
  320.           Top = 6
  321.           Width = 218
  322.           Height = 15
  323.           Hint = 'Enable program sounds '
  324.           Caption = 'Enable program sounds '
  325.           Checked = True
  326.           ParentShowHint = False
  327.           ShowHint = True
  328.           State = cbChecked
  329.           TabOrder = 0
  330.           OnClick = m_cbGridEnabledClick
  331.         end
  332.         object GroupBox1: TGroupBox
  333.           Left = 8
  334.           Top = 32
  335.           Width = 233
  336.           Height = 44
  337.           Hint = ' Play sound when burn done '
  338.           Caption = ' Burn done '
  339.           ParentShowHint = False
  340.           ShowHint = True
  341.           TabOrder = 1
  342.           object BurnDoneSoundPathEdit: TJamPathEdit
  343.             Left = 8
  344.             Top = 17
  345.             Width = 217
  346.             Height = 19
  347.             FolderMode = False
  348.             DialogTitle = 'Select sound file'
  349.             IsValidPath = False
  350.           end
  351.         end
  352.         object GroupBox2: TGroupBox
  353.           Left = 8
  354.           Top = 88
  355.           Width = 233
  356.           Height = 44
  357.           Hint = ' Play sound when erase done '
  358.           Caption = ' Erase done '
  359.           ParentShowHint = False
  360.           ShowHint = True
  361.           TabOrder = 2
  362.           object EraseDoneSoundPathEdit: TJamPathEdit
  363.             Left = 8
  364.             Top = 17
  365.             Width = 217
  366.             Height = 19
  367.             FolderMode = False
  368.             DialogTitle = 'Select sound file'
  369.             IsValidPath = False
  370.           end
  371.         end
  372.       end
  373.     end
  374.     object TabSheet4: TTabSheet
  375.       Caption = 'Temp folder'
  376.       ImageIndex = 3
  377.       object Panel3: TPanel
  378.         Left = 0
  379.         Top = 0
  380.         Width = 247
  381.         Height = 174
  382.         Align = alClient
  383.         BevelOuter = bvLowered
  384.         BorderWidth = 3
  385.         TabOrder = 0
  386.         object GroupBox3: TGroupBox
  387.           Left = 8
  388.           Top = 4
  389.           Width = 233
  390.           Height = 44
  391.           Hint = 'Temorary files storage folder'
  392.           Caption = ' Temp folder'
  393.           ParentShowHint = False
  394.           ShowHint = True
  395.           TabOrder = 0
  396.           object TempFolderPathEdit: TJamPathEdit
  397.             Left = 8
  398.             Top = 17
  399.             Width = 217
  400.             Height = 19
  401.             FolderMode = True
  402.             DialogTitle = 'Select temp folder'
  403.             IsValidPath = False
  404.           end
  405.         end
  406.       end
  407.     end
  408.   end
  409.   object smlFormLangRes: TsmlFormLangRes
  410.     LangFileName = 'DefLang.ini'
  411.     IgnoreEmptyString = True
  412.     AutoCreateMode = True
  413.     AddBracket = True
  414.     StringProperties.Strings = (
  415.       'Caption'
  416.       'Hint'
  417.       'DialogTitle')
  418.     StringsProperties.Strings = (
  419.       'Tabs'
  420.       'Items')
  421.     IgnoreControls.Strings = (
  422.       'DriveBufferSizeLabel'
  423.       'm_eXOrigin'
  424.       'm_eYOrigin'
  425.       'm_eStep'
  426.       'm_eAutorunFolder'
  427.       'BurnDoneSoundPathEdit'
  428.       'EraseDoneSoundPathEdit'
  429.       'Panel'
  430.       'Panel2'
  431.       'Panel1'
  432.       'DriveBuferSizeTrackBar')
  433.     IgnoreFormCaption = False
  434.     IncludeListViewItems = False
  435.     IncludeListViewHead = False
  436.     IncludeTreeViewItems = False
  437.     Active = False
  438.     Left = 8
  439.     Top = 184
  440.   end
  441.   object smlMsgLangRes: TsmlMsgLangRes
  442.     LangFileName = 'DefLang.ini'
  443.     IgnoreEmptyString = True
  444.     AutoCreateMode = True
  445.     AddBracket = True
  446.     MsgList.Strings = (
  447.       'DriveBufferSize= Drive buffer size'
  448.       'Mb=Mb')
  449.     Active = False
  450.     Left = 224
  451.     Top = 184
  452.   end
  453. end
  454.